home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / init / udevmonitor.conf < prev    next >
Text File  |  2009-09-21  |  356b  |  14 lines

  1. # udevmonitor - log initial device creation
  2. #
  3. # The set of devices created in the "cold plug" pass is generally
  4. # useful for debugging, so we monitor this and create a log file
  5. # from that.
  6.  
  7. description    "log initial device creation"
  8.  
  9. start on (startup
  10.       and starting udevtrigger)
  11. stop on stopped udevtrigger
  12.  
  13. exec /sbin/udevadm monitor -e >/dev/.udev.log
  14.